The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "scalar::string"

Scalar::String - string aspects of scalars River stage two • 2 direct dependents • 38 total dependents

This module is about the string part of plain Perl scalars. A scalar has a string value, which is notionally a sequence of Unicode codepoints, but may be internally encoded in either ISO-8859-1 or UTF-8. In places, and more so in older versions of Pe...

ZEFRAM/Scalar-String-0.003 - 23 Jul 2017 09:00:13 UTC - Search in distribution

Language::Basic::Variable - Module to handle parsing and implementing BASIC variables. River stage zero No dependents

An Array needs to have full LBV::Scalar objects in it, rather than just having an array of values. The reason is that, for example, you might use ARR(3) as the variable in a FOR loop. Also, the "set" and "value" methods apply to a LBV::Scalar (since ...

AKARGER/Language-Basic-1.44 - 23 Jun 2000 16:14:08 UTC - Search in distribution

lib/Language/Axbasic/Variable.pm River stage zero No dependents

ASLEWIS/Games-Axmud-2.0.002 - 23 Jan 2024 11:29:49 UTC - Search in distribution

Tie::Hash::SerializedString - tied interface for Scalar::Accessors::LikeHash River stage zero No dependents

This provides a tied hash wrapper around Scalar::Accessors::LikeHash implementations. Usage: "tie %hash, "Tie::Hash::SerializedString", \$scalar, $impl" ... where $impl is the class name of a concrete implementation of the Scalar::Accessors::LikeHash...

TOBYINK/Scalar-Accessors-LikeHash-0.002 - 10 Sep 2014 23:00:37 UTC - Search in distribution
  • Acme::MooseX::JSON - Moose objects that are internally blessed scalar refs containing JSON

Mac::PropertyList - work with Mac plists at a low level River stage two • 11 direct dependents • 13 total dependents

This module is a low-level interface to the Mac OS X Property List (plist) format in either XML or binary. You probably shouldn't use this in applications–build interfaces on top of this so you don't have to put all the heinous multi-level object stu...

BDFOY/Mac-PropertyList-1.504 - 08 Jul 2022 03:18:32 UTC - Search in distribution

Mac::PropertyList::SAX - work with Mac plists at a low level, fast River stage one • 2 direct dependents • 2 total dependents

Mac::PropertyList is useful, but very slow on large files because it does XML parsing itself, intead of handing it off to a dedicated parser. This module uses XML::SAX::ParserFactory to select a parser capable of doing the heavy lifting, reducing par...

KULP/Mac-PropertyList-SAX-1.001 - 10 Aug 2022 22:15:54 UTC - Search in distribution

FP::AST::Perl - abstract syntax tree for representing Perl code River stage zero No dependents

This is not a parser, and hence should be outside the scope of the "can only parse Perl at runtime" issue. The longer term aim is to support all of Perl, and to support conversion to and maybe from an op tree....

PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC - Search in distribution

YASF - Yet Another String Formatter River stage zero No dependents

NOTE: This is an early release, and should be considered alpha-quality. The interface is subject to change in future versions. YASF is a string-formatting module with functionality inspired by the "%" string operator and "format" method of the string...

RJRAY/YASF-0.005 - 20 Aug 2017 01:50:10 UTC - Search in distribution

SWF::Element - Classes of SWF tags and elements. See Element.pod for further information. River stage one • 2 direct dependents • 3 total dependents

YSAS/SWF-File-0.42 - 21 May 2006 13:30:00 UTC - Search in distribution

LibYAML::FFI - FFI binding for C libyaml River stage zero No dependents

This is a Proof of Concept for now. It uses FFI::Platypus to provide a wrapper around the C library libyaml. For now it can only parse, not emit. Libyaml sources are included for now, I would like to use Alien::LibYAML in the future. For loading a da...

TINITA/LibYAML-FFI-v0.0.1 - 15 Jul 2023 20:07:47 UTC - Search in distribution

Venus::Scalar - Scalar Class River stage two • 3 direct dependents • 56 total dependents

This package provides methods for manipulating scalar data....

AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC - Search in distribution

Monjon - create your Moo objects as blessed scalar refs River stage zero No dependents

Monjon is a subclass of Moo designed for efficient memory usage when you need to deal with many thousands of very simple objects. Attributes are stored using a variation on the "pack"/"unpack" technique used by BrowserUK <http://www.perlmonks.org/?no...

TOBYINK/Monjon-0.004 - 15 Sep 2014 12:50:23 UTC - Search in distribution

Util::Utl - Scalar::Util, List::Util, List::MoreUtils, String::Util & more (via one subroutine) River stage zero No dependents

Util::Utl exports a single subroutine "utl" which provides access to: Scalar::Util List::Util List::MoreUtils String::Util...

ROKR/Util-Utl-0.0011 - 11 Jul 2011 22:24:01 UTC - Search in distribution

Env::PS1 - prompt string formatter River stage zero No dependents

This package supplies variables that are "tied" to environment variables like 'PS1' and 'PS2', if read it takes the contents of the variable as a format string like the ones bash(1) uses to format the prompt. It is intended to be used in combination ...

RSN/Env-PS1-0.06 - 24 Jun 2009 06:00:52 UTC - Search in distribution

H - Method wrappers for hash construction. River stage zero No dependents

It is nice to make hashes like this: { foo => $thing1->foo(), bar => $thing2->bar(), } Note that our hash keys and method names match, this is a common situation. There are many pitfalls, "$thing1->foo()" may return a scalar, an empty list, an uneven...

EXODIST/H-0.001 - 15 Mar 2018 06:06:50 UTC - Search in distribution

Z - collection of modules for rapid app development River stage one • 1 direct dependent • 1 total dependent

Just a shortcut for loading a bunch of modules that allow you to quickly code Perl stuff. I've tried to avoid too many domain-specific modules like HTTP::Tiny, etc. The modules chosen should be broadly useful for a wide variety of tasks. Perl Version...

TOBYINK/Z-0.008 - 08 Nov 2020 16:08:49 UTC - Search in distribution

B - The Perl Compiler Backend River stage five • 11693 direct dependents • 33184 total dependents

The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the "backends" of the Perl compiler. Usage of the compiler does not require knowledge of this module: see the O module for th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
  • B - The Perl Compiler Backend
  • re - Perl pragma to alter regular expression behaviour
  • re - Perl pragma to alter regular expression behaviour
  • 215 more results from perl »

P - Safer, friendlier printf/print/sprintf + say River stage zero No dependents

"P" is a combined print, printf, sprintf & say in 1 routine. It saves tremendously on development time. It's not just a 1 character 'verb', but has other time-saving and powerful features. It has the convenience of "say" in adding a newline when need...

LAWALSH/P-1.1.41 - 31 Oct 2019 06:30:48 UTC - Search in distribution

pl - Perl One-Liner Magic Wand River stage zero No dependents

*Don't believe everything you read on SourceForge^H^H^H the internet! -- Plato :-y* Pl follows Perl's philosophy for one-liners: the one variable solely used in one-liners, @F, is single-lettered. Because not everyone may like that, pl has it both wa...

PFEIFFER/App-pl-0.91.1 - 13 Jul 2023 18:38:12 UTC - Search in distribution

mb - Can easy script in Big5, Big5-HKSCS, GBK, Sjis(also CP932), UHC, UTF-8, ... River stage zero No dependents

MBCS has been said to be an acronym for Multi Byte "Character" Set. (However, these days, it should be considered an acronym for Multi Byte "Codepoint" Set.) In any case, it is certain that "M" and "B" in mb.pm modulino are the first two characters o...

INA/mb-0.57 - 06 Jul 2023 15:12:01 UTC - Search in distribution
4,695 results (0.253 seconds)